object MultiForwarder: TMultiForwarder Left = 200 Top = 117 HelpContext = 14062 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Forward/Redirect of multiple messages' ClientHeight = 141 ClientWidth = 395 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object bBrowse: TButton Left = 304 Top = 62 Width = 75 Height = 25 Caption = '&Browse...' Enabled = False TabOrder = 3 OnClick = bBrowseClick end object cbSeparate: TRadioButton Left = 16 Top = 16 Width = 361 Height = 17 Caption = 'Open &separate editor windows' Checked = True TabOrder = 0 TabStop = True OnClick = cbSeparateClick end object cbSingle: TRadioButton Left = 16 Top = 40 Width = 361 Height = 17 Caption = '&Address all messages to the address(es) below:' TabOrder = 1 TabStop = True OnClick = cbSeparateClick end object bOK: TButton Left = 128 Top = 108 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 end object bCancel: TButton Left = 216 Top = 108 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object eAddr: TComboBox Left = 40 Top = 64 Width = 257 Height = 21 Enabled = False ItemHeight = 13 TabOrder = 2 OnKeyDown = eAddrKeyDown end object bHelp: TButton Left = 304 Top = 108 Width = 75 Height = 25 Caption = 'Help' TabOrder = 6 OnClick = bHelpClick end end